ContentsIndexHome
PreviousUpNext
ISetData.appendLabels Method (params String[])

Adds the specified labels to this set and all its supersets. Does not apply to subsets of Integers. 

An exception is thrown if one of the sets in which labels must be inserted is read-only.

C#
void appendLabels(params String[] labels);
Parameters 
Description 
params String[] labels 
The labels to add to this set.